.smallSelect {
	display: inline-block;
	font-size: 12px;
	position: relative;
}

.smallSelect .select_box {
	width: 70px;
	height: 28px;
}
.smallSelect div.tag_select {
	display: block;
	color: #000;
	width: 60px;
	height: 28px;
	background:  url(../images/select.jpg) no-repeat right 2px;
	padding: 0 5px;
	line-height: 28px;
	border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.smallSelect div.tag_select_hover,
.smallSelect div.tag_select_open {
	display: block;
	color: #000;
	width: 60px;
	height: 28px;
	background:  url(../images/select.jpg) no-repeat right -20px;
	padding: 0 5px;
	line-height: 28px;
	border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.smallSelect ul.tag_options {
	position: absolute;
	margin: 0;
	list-style: none;
	border: 1px solid #e5e5e5;
	background: #fff;
	width: 70px;
}
.smallSelect ul.tag_options li {
	display: block;
	width: 60px;
	padding: 0 5px;
	height: 28px;
	text-decoration: none;
	line-height: 28px;
	color: #000;
}
.smallSelect ul.tag_options li.open_hover {
	color: #f9fbfa;
	background: #666666;

}
.smallSelect ul.tag_options li.open_selected {
	color: #666666
}

/* ******************************************************** */


.bigSelect {
	width: 90px;
	display: inline-block;
	font-size: 14px;
	position: relative;
}

.bigSelect .select_box {
	width: 90px;
	height: 48px;
}
.bigSelect div.tag_select {
	display: block;
	color: #4c4c4c;
	width: 80px;
	height: 48px;
	background:  url(../images/select2.jpg) no-repeat right -30px;
	padding: 0 10px;
	line-height: 48px;
	border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.bigSelect div.tag_select_hover,
.bigSelect div.tag_select_open {
	display: block;
	color: #000;
	width: 80px;
	height: 48px;
	background:  url(../images/select2.jpg) no-repeat right -30px;
	padding: 0 10px;
	line-height: 48px;
	border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.bigSelect ul.tag_options {
	position: absolute;
	margin: 0;
	list-style: none;
	background: #d9d9d9;
	width: 90px;
}
.bigSelect ul.tag_options li {
	display: block;
	width: 80px;
	padding: 0 5px;
	height: 34px;
	text-decoration: none;
	line-height: 34px;
	color: #666666;
}
.bigSelect ul.tag_options li.open_hover {
	background: #f2f2f2;

}
.bigSelect ul.tag_options li.open_selected {
	color: #666666;
	background: #f2f2f2;
}





